Add new field macros LAT_10EX and LON_10EX. The real field name
authoroliskoli <oliskoli>
Tue, 17 Apr 2007 20:25:25 +0000 (20:25 +0000)
committeroliskoli <oliskoli>
Tue, 17 Apr 2007 20:25:25 +0000 (20:25 +0000)
in a style sheet can be i.e. LAT_10E5, which represents latitude
multiplied by "10 power 5".

xmldoc/chapters/styles.xml

index bdbda728ebf48b019ae6ff9478d7bd0532b94d09..0f7138589eb0ab74bb3a2533a27a71930890769f 100644 (file)
@@ -696,6 +696,23 @@ example:
 </screen>
 </section>
 
+<section id="style_def_latlon_10ex">
+<title>LAT_10EX / LON_10EX</title>
+<para>
+   Defines the latitude or longitude in the format used i.e. by TomTom Navigator
+   itenary files. It is degress multiplied by 10 power X. X have to be replaced with
+   a valid decimal value. A factor of 10000 would be generated by LAT_10E5 as shown
+   in the examples below.
+</para>
+<para>
+examples:
+</para>
+<screen format="linespecific">   IFIELD  LAT_10E5, "%f", "%.f"       # (writes  3558322)
+</screen>
+<screen format="linespecific">   IFIELD  LON_10E5, "%f", "%.f"       # (writes -8708082)
+</screen>
+</section>
+
 <section id="style_def_altfeet">
 <title>ALT_FEET</title>
 <para>